home *** CD-ROM | disk | FTP | other *** search
- LEN_TRIM(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- LLEENN__TTRRIIMM - Returns the length of the character argument without
- counting trailing blank characters
-
- SSYYNNOOPPSSIISS
- LLEENN__TTRRIIMM (([SSTTRRIINNGG==]_s_t_r_i_n_g))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- DDEESSCCRRIIPPTTIIOONN
- The LLEENN__TTRRIIMM intrinsic function returns the length of the character
- argument without counting trailing blank characters. It accepts the
- following argument:
-
- _s_t_r_i_n_g Must be of type character
-
- LLEENN__TTRRIIMM is an elemental function. The name of this intrinsic cannot
- be passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result type is default integer. The result has a value equal to
- the number of characters remaining after any trailing blanks in _s_t_r_i_n_g
- are removed. If the argument contains no nonblank characters, the
- result is 0.
-
- EEXXAAMMPPLLEESS
- LLEENN__TTRRIIMM(('' AA BB '')) has the value 4. LLEENN__TTRRIIMM(('' '')) has the value 0.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-